home *** CD-ROM | disk | FTP | other *** search
/ Network CD 2 / Network CD - Volume 2.iso / programs / internet / dnet / dshterm1_0.lha / client / defs.h next >
Encoding:
C/C++ Source or Header  |  1992-02-04  |  618 b   |  33 lines

  1.  
  2. /*
  3.  *  DEFS.H
  4.  */
  5.  
  6. #define NOEXT
  7.  
  8. #include <exec/types.h>
  9. #include <proto/all.h>
  10. #include <devices/conunit.h>
  11. #include <intuition/intuition.h>
  12. #include <dos.h>
  13.  
  14. #include "/dnet/dnet.h"
  15. #include "/dnet/channel.h"
  16. #include "/lib/dnetlib.h"
  17. #include "/server/servers.h"
  18.  
  19. #include <exec/ports.h>
  20. #include <dos/dos.h>
  21. #include <st/textmessage.h>
  22. #include <st/st_proto.h>
  23.  
  24. typedef struct IntuiMessage    IMESS;
  25. typedef struct IntuiText    ITEXT;
  26. typedef struct Menu            MENU;
  27. typedef struct MenuItem        ITEM;
  28. typedef struct TextAttr        TA;
  29. typedef struct TextFont        FONT;
  30. typedef struct Library        LIB;
  31. typedef struct FileInfoBlock    FIB;
  32.  
  33.